Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the akp-js-major group in /ui with 8 updates #1117

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps the akp-js-major group in /ui with 8 updates:

Package From To
@tanstack/react-query 4.36.1 5.8.4
monaco-yaml 4.0.4 5.1.0
@types/node 18.16.6 20.9.0
@typescript-eslint/eslint-plugin 5.59.5 6.11.0
@typescript-eslint/parser 5.59.5 6.11.0
eslint-config-prettier 8.8.0 9.0.0
eslint-plugin-prettier 4.2.1 5.0.1
prettier 2.8.8 3.1.0

Updates @tanstack/react-query from 4.36.1 to 5.8.4

Release notes

Sourced from @​tanstack/react-query's releases.

v5.8.4

Version 5.8.4 - 11/15/2023, 11:29 AM

Changes

Fix

  • react-query: useSuspenseQuery returns undefined as data when network is offline (#6350) (e7f6d3ae) by EL AYADI Mohamed

Chore

  • Update to prettier v3.1.0 (#6378) (83d71c30) by Lachlan Collins
  • Add Sherif to CI to lint monorepo config (#6376) (b8bfe435) by Lachlan Collins

Docs

  • Fix example hook cleanup if window is undefined (#6372) (c6d5f53b) by Richard Ejem

Packages

  • @​tanstack/eslint-plugin-query@​5.8.4
  • @​tanstack/query-devtools@​5.8.4
  • @​tanstack/react-query@​5.8.4
  • @​tanstack/solid-query@​5.8.4
  • @​tanstack/svelte-query@​5.8.4
  • @​tanstack/vue-query@​5.8.4
  • @​tanstack/react-query-devtools@​5.8.4
  • @​tanstack/react-query-persist-client@​5.8.4
  • @​tanstack/react-query-next-experimental@​5.8.4
  • @​tanstack/solid-query-devtools@​5.8.4
  • @​tanstack/solid-query-persist-client@​5.8.4
  • @​tanstack/svelte-query-devtools@​5.8.4
  • @​tanstack/svelte-query-persist-client@​5.8.4
  • @​tanstack/vue-query-devtools@​5.8.4

v5.8.3

Version 5.8.3 - 11/13/2023, 8:49 AM

Changes

Manual Release: v5.8.3

Packages

  • @​tanstack/eslint-plugin-query@​5.8.3
  • @​tanstack/query-async-storage-persister@​5.8.3
  • @​tanstack/query-broadcast-client-experimental@​5.8.3
  • @​tanstack/query-core@​5.8.3
  • @​tanstack/query-devtools@​5.8.3
  • @​tanstack/query-persist-client-core@​5.8.3

... (truncated)

Commits
  • dc8f639 release: v5.8.4
  • e7f6d3a fix(react-query): useSuspenseQuery returns undefined as data when network is ...
  • 83d71c3 chore: Update to prettier v3.1.0 (#6378)
  • 2fb759f release: v5.8.3
  • 73e3396 fix(query-core): Show correct placeholderData when request in cache (#6357)
  • 5b9be1e release: v5.8.1
  • 603a346 release: v5.7.2
  • f484d7e release: v5.7.1
  • e4138ec fix(react-query): non continuous suspense with useSuspenseQueries (#6298) (#6...
  • b98f546 release: v5.7.0
  • Additional commits viewable in compare view

Updates monaco-yaml from 4.0.4 to 5.1.0

Release notes

Sourced from monaco-yaml's releases.

v5.1.0

  • Support smart code folding.
  • Properly convert code action context.

v5.0.0

Breaking changes

In order to support Monaco editor coming from different sources, it must now be passed to monaco-yaml. The opportinity of a breaking change was also used to rename the export.

- import { setDiagnosticsOptions } from 'monaco-yaml';
+ import * as monaco from 'monaco-editor'
+ import { configureMonacoYaml } from 'monaco-yaml'
// Configure monaco-yaml first

setDiagnosticsOptions({



const monacoYaml = configureMonacoYaml(monaco, {
// …
})
// Reconfigure monaco-yaml later



setDiagnosticsOptions({


monacoYaml.update({
// …
})
Commits

Updates @types/node from 18.16.6 to 20.9.0

Commits

Updates @typescript-eslint/eslint-plugin from 5.59.5 to 6.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

You can read about our versioning strategy and releases on our website.

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

You can read about our versioning strategy and releases on our website.

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Commits
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • e77616b chore(eslint-plugin): fixed no-unnecessary-condition complaints (#7837)
  • 8e87fac chore: fix miscellaneous no-unnecessary-condition violations (#7834)
  • 72cb9e4 feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (#7898)
  • 99a026f feat(utils): add ESLint CodePath selector types (#7551)
  • b6c40b4 feat: allow typescript@5.3.0-RC as devDependency (#7821)
  • c4709c2 feat: add no-unsafe-unary-minus rule (#7390)
  • 66cd0c0 feat: add types for flat config files (#7273)
  • a668f5b fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (#7...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.59.5 to 6.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

  • add no-unsafe-unary-minus rule (#7390) (c4709c2)
  • add types for flat config files (#7273) (66cd0c0)
  • allow typescript 5.3.0-beta as devDependency (#7821) (b6c40b4)
  • eslint-plugin: no-unsafe-enum-comparison handles switch cases (#7898) (72cb9e4)
  • typescript-estree: skip isTTY version check if user passes loggerFn on unsupported TypeScript version warning (#7739) (9656e13)
  • utils: add ESLint CodePath selector types (#7551) (99a026f)
  • utils: update types to reflect RuleContext and SourceCode changes and deprecations (#7812) (b73d8b2)

You can read about our versioning strategy and releases on our website.

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

You can read about our versioning strategy and releases on our website.

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.11.0 (2023-11-13)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.10.0 (2023-11-06)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.9.1 (2023-10-30)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.9.0 (2023-10-23)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.8.0 (2023-10-16)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits

Updates eslint-config-prettier from 8.8.0 to 9.0.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.0.0 (2023-08-05)

  • Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
  • Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@​nstepien)!

Version 8.10.0 (2023-08-03)

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

Version 8.9.0 (2023-07-27)

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
Commits

Updates eslint-plugin-prettier from 4.2.1 to 5.0.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v4.2.1...v5.0.0

v5.0.0-alpha.0

  • drop Node v12 - #488
  • drop ESLint v7 - #488
  • improve jsdoc inside, generate .d.ts typings - #509
  • docs: improve why usePrettierrc option is needed
  • upgrade to prettier v3
Changelog

Sourced from eslint-plugin-prettier's changelog.

5.0.1

Patch Changes

5.0.0

Major Changes

Minor Changes

Patch Changes

4.2.2

Patch Changes

Commits
  • aa81435 chore: release eslint-plugin-prettier (#589)
  • 21a7146 fix: parserPath type might be undefined on Eslint Flat Config (#588)
  • b2b93c3 chore: release eslint-plugin-prettier (#569)
  • 370e88f chore: bump deps, use pnpm instead (#568)
  • 6878434 chore: release eslint-plugin-prettier (alpha) (#566)
  • ae7a73c fix: compatibility with prettier@3 without plugins (#564)
  • 00449df chore: release eslint-plugin-prettier (alpha) (#553)
  • 82a3db8 fix: add missing dependency synckit (#548)
  • ba490d7 chore: add missing worker.js into files
  • 477f890 chore: release eslint-plugin-prettier v5.0.0-alpha.0 (#517)
  • Additional commits viewable in compare view

Updates prettier from 2.8.8 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

3.0.3

🔗 Changelog

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.5...3.0.0-alpha.6

3.0.0-alpha.5

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.4...3.0.0-alpha.5

3.0.0-alpha.4

What's Changed

Other changes since v2, see 3.0.0-alpha.1 release notes

Full Changelog: prettier/prettier@3.0.0-alpha.3...3.0.0-alpha.4

3.0.0-alpha.3

  • Fix exports field in package.json file

Other changes since v2, see 3.0.0-alpha.1 release notes

... (truncated)

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

3.0.3

diff

Add preferUnplugged: true to package.json (#15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json

Allow argument of require() to break (#15256 by @​fisker)

// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
// Prettier 3.0.2
const plugin = require(global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, ".."));
// Prettier 3.0.3
const plugin = require(
global.STANDALONE
? path.join(__dirname, "../standalone.js")
: path.join(__dirname, "..")
);

Do not print trailing commas in arrow function type parameter lists in ts code blocks (#15286 by @​sosukesuzuki)

... (truncated)

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the akp-js-major group in /ui with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `4.36.1` | `5.8.4` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `4.0.4` | `5.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.16.6` | `20.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.59.5` | `6.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.59.5` | `6.11.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.8.0` | `9.0.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `4.2.1` | `5.0.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.1.0` |


Updates `@tanstack/react-query` from 4.36.1 to 5.8.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.8.4/packages/react-query)

Updates `monaco-yaml` from 4.0.4 to 5.1.0
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](remcohaszing/monaco-yaml@v4.0.4...v5.1.0)

Updates `@types/node` from 18.16.6 to 20.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 5.59.5 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.5 to 6.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser)

Updates `eslint-config-prettier` from 8.8.0 to 9.0.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.8.0...v9.0.0)

Updates `eslint-plugin-prettier` from 4.2.1 to 5.0.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v4.2.1...v5.0.1)

Updates `prettier` from 2.8.8 to 3.1.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.1.0)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: monaco-yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: akp-js-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 15, 2023 22:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2023
Copy link

netlify bot commented Nov 15, 2023

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 91c1951
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/655548a228f6d40009de2787
😎 Deploy Preview https://deploy-preview-1117.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e00e749) 50.32% compared to head (91c1951) 50.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1117   +/-   ##
=======================================
  Coverage   50.32%   50.32%           
=======================================
  Files         114      114           
  Lines        8089     8089           
=======================================
  Hits         4071     4071           
  Misses       3871     3871           
  Partials      147      147           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rafal Pelczar <rafal@akuity.io>
@krancour krancour assigned rpelczar and unassigned rbreeze Nov 15, 2023
@rpelczar rpelczar merged commit c50868a into main Nov 16, 2023
14 checks passed
@rpelczar rpelczar deleted the dependabot/npm_and_yarn/ui/akp-js-major-02d63ea4c9 branch November 16, 2023 00:57
@krancour krancour added this to the v0.3.0 milestone Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants